Learning Objectives

After completing this unit, you’ll be able to:

Instructions

In this lesson, you will:

Resources

Scenario

Jennifer

Jennifer expects this data to have point geometry, but it currently exists only as tabular data. However, she has Latitude and Longitude attributes, so she knows she can use the VertexCreator transformer to generate points.

1) Open Starting Workspace

2) Add a VertexCreator

Added a VertexCreator

Using attribute values in a transformer parameter

X Value Longitude
Y Value Latitude

3) Identify Coordinate System Problems

Missing coordinate system information

That's because they don't have a coordinate system defined. There are clues we can use to determine this is a coordinate system problem:

4) Set Coordinate System

Let's fix this coordinate system problem by setting the coordinate system on our features.

Setting Coordinate System in the VertexCreator

Resulting points

Map tiles © Stadia Maps, © OpenMapTiles, © OpenStreetMap contributors, © Stamen Design

5) Add Geodatabase Writer

Now that our data has the correct attributes and geometry, it's time to write it to a geodatabase.

Writer feature type connected

6) Add Bookmarks

To tidy up our workspace, let's add two bookmarks.

Adding a bookmark

Collapsing a bookmark

Renaming collapsed bookmark port

Final workspace

7) Write the Data

Run button

Resulting GDB

We are off to a good start. We have created a new geodatabase and loaded the JSON business owner data into it. Next, we have to edit the schema.

Leave Us Feedback on This Lesson